home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / arch_log.zip / ARCH-LOG.DOC next >
Text File  |  1991-08-14  |  4KB  |  119 lines

  1.  
  2.  
  3.                     -=[  ARCH-LOG, the LOG-Archiver  ]=-
  4.  
  5.  
  6.       Disclaimer:
  7.  
  8.       I assume no responsibility for your use of ARCH-LOG.exe. I only
  9.       guarantee that it will take space on your harddrive.
  10.  
  11.       History:
  12.  
  13.       I had 8 different log files scattered all over my drives growing
  14.       daily. Therfor I always archive my logfiles. Until now that took 
  15.       place just before midnight. My BBS was zo configured that users
  16.       had no access then and the system-time of a user, who was then at
  17.       my BBS, was reduced. I hate that and I think it is not a quite 
  18.       friendly behaviour... That's the reason why I wrote ARCH-LOG.
  19.  
  20.       So I started a simple, dirty utility to call ARJ, LHARC or PKZIP and
  21.       archive the log to a file named after the original log file. 
  22.       Then a suggestion got to me, why not make so that you can archive
  23.       multiple logs across multiple drives and directories unto a single
  24.       file?. I also made it archive-configurable. I took the three most
  25.       popular (at this moment) archivers: 
  26.  
  27.       - ARJ.EXE   (output: .ARJ) (I momentarily use v2.20)   
  28.       - LHA.EXE   (output: .LZH) (I momentarily use v2.11)
  29.       - PKZIP.EXE (output: .ZIP) (I momentarily use v1.10)
  30.  
  31.       The time at which you start the program is not important !
  32.       At the commandline you can configure it too.
  33.  
  34.      This version has been tested at my system. I have found no bugs
  35.      so far, unfortunately it's not a guarantee. If you still have
  36.      any bug reports please send them to Gerrit Mak at @fido 2:285/20.
  37.  
  38.      When you don't enter any parameters at the commandline a simple
  39.      usage has been shown.
  40.  
  41.      Usage:
  42.  
  43.      ARCH-LOG <path\archive-name> <path\logfile> <days> <method>
  44.  
  45.              ! These four parameters are all recommended !
  46.  
  47.      path\archive-name : the full path and the name (without extension)
  48.                          of the archived logfile.
  49.  
  50.      path\logfile      : the full path and the name of the (log-)file you
  51.                          want to archive.
  52.  
  53.      days              : amount of days (see below)
  54.  
  55.      method            : method of archive (ARJ, LZH or ZIP)
  56.  
  57.  
  58.                                   - 1 -
  59.  
  60.  
  61.  
  62.      Usage:
  63.  
  64.      I daily store at 00.05 (or later when a user is in my BBS) my
  65.      BBS-System-Logfile (RA.Log) in the file LOGFILES.ARJ
  66.      After that the same happens for all other Logfiles.
  67.      The commandlines which I use are:
  68.  
  69.      ARCH-LOG c:\db\logfiles\Logfiles c:\ra\ra.log 1 ARJ
  70.      ARCH-LOG c:\db\logfiles\Logfiles c:\db\dbridge.log 1 ARJ
  71.  
  72.      My logfiles are stored as follows:
  73.      
  74.                        RAmmdd.Log and DBRImmdd.log
  75.      
  76.      Where 'mmdd' are the systemmonth and systemdate (minus the amount
  77.      of days entered at the commandline). BTW, you may configure a 
  78.      zero for the days, when you still want to archive just before 
  79.      midnight.
  80.  
  81.      Since I think this program will be used by Sysop you must have
  82.      loaded your ANSI-driver for full color support.
  83.  
  84.      Oh yeah, do not change the name of the file or try to patch it 
  85.      otherwise I think it will not work properly.
  86.  
  87.      So, I'll hope this document is clear enough for you: I'm not a
  88.      very good doc-writer and English is not my native language.
  89.  
  90.      Oh, almost forgotten: this program is FREEWARE you may use and dis-
  91.      tribute it whenever you want. The only thing what you may not is to
  92.      change the packet and/or the files. I only ask you to send a couple
  93.      of coins, when you really like it (f.i. $ 3.00), to Gerrit Mak, 
  94.      Postgiro 1023123 in the Netherlands.
  95.  
  96.  
  97.    * ARJ.exe    (v2.20) is copyrighted (c) 1990-1991 by Robert K Jung
  98.    * LHA.exe    (v2.11) is copyrighted (c) 1988-1991 by Haruyasu Yoshizaki
  99.    * PKZIP.exe  (v1.10) is copyrighted (c) 1988-1991 by PKWARE Inc.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.                                  - 2 -
  119.